home *** CD-ROM | disk | FTP | other *** search
/ Swimwear Illustrated / Swimwear Illustrated.iso / mac / MAIN8 / MAIN8.DIR / 00021_Script_21 < prev    next >
Text File  |  1996-02-22  |  298b  |  14 lines

  1. on exitFrame
  2.   if not soundbusy(1) then
  3.     sound stop 1
  4.     sound playfile 1, "mainintr.aif"
  5.   end if
  6.   repeat with r = 13 to 16
  7.     if rollover(r) then
  8.       set the visible of sprite r to true
  9.     else
  10.       set the visible of sprite r to false
  11.     end if
  12.   end repeat
  13.   go loop
  14. end